From: Jonas Gorski Date: Sun, 4 Aug 2013 12:03:16 +0000 (+0000) Subject: packages: ntfsprogs: add missing dependency - libuuid X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c7b4c3a80338f181d2bda5cd28b944517da079d3;p=openwrt%2Fsvn-archive%2Fpackages.git packages: ntfsprogs: add missing dependency - libuuid This patch adds missing libuuid dependency for ntfsprogs. Without it the package fails to install because of missing dependency to libuuid. Signed-off-by: Jiri Slachta [jogo@openwrt.org: also enable libuuid explicitly in configure] Signed-off-by: Jonas Gorski SVN-Revision: 37677 --- diff --git a/utils/ntfsprogs/Makefile b/utils/ntfsprogs/Makefile index 78ae9f637..e9a976cec 100644 --- a/utils/ntfsprogs/Makefile +++ b/utils/ntfsprogs/Makefile @@ -27,6 +27,7 @@ define Package/ntfsprogs CATEGORY:=Utilities SUBMENU:=Filesystem TITLE:=Linux-NTFS + DEPENDS:=+libuuid URL:=http://www.linux-ntfs.org/ MAINTAINER:=Gianluigi Tiesi endef @@ -38,6 +39,7 @@ endef CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ + --with-uuid \ --disable-crypto \ --disable-gnome-vfs \ --disable-ntfsmount